
.head{
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #fff;
}
.headlogo{
    width: 271px;
    height: 78px;
    margin:0 15% ;
}
.headlogo img{
    width: 271px;
    height: 78px;
}
.headNav{
    display: flex;
    align-items: center;
    width: 40%;
    text-align: center;
    
}
.headNav li{
    width: 16%;
    font-size: 18px;
    height: 84px;
    line-height: 84px;
}
.headNav li a{
    color: #333;
    display:block;
    height: 82px;
    width: 80%;
    line-height: 82px;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.headNav li a:after{
    content: '';
    width: 16%;
    height: 2px;
    background: #0476bf;
    position: absolute;
    left: 0;
    bottom: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.headNav .nav-current{
    color: #05b5ed;
    border-bottom: 2px solid #05b5ed;
}
.headNav li .current{
    color: #05b5ed;
    border-bottom: 2px solid #05b5ed;
}
.head-shop{
    background-color: #05b5ed;
    color: #fff;
    width: 110px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius:13px ;
    margin-left: 5%;
}
.company-foot {
    width: 100%;
    height: 260px;
    background-color: #4f4f4f;
}

.compamy-foot-box {
    width: 1200px;
    height: 180px;
    margin: 0px 18%;
    padding: 40px 0;
    display: flex;
    align-items: center;
}

.companyfoot-left {
    width: 50%;
    height: 180px;
    display: flex;
    align-content: center;
}

.companyfoot-left-left {
    width: 65%;
    height: 180px;
    color: #fff;
    font-size: 14px;
}

.company-name {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 10px;
}

.company-detail-box {
    display: flex;
    align-items: center;
    line-height: 30px;
    font-size: 14px;
}

.company-tel {
    display: flex;
    align-items: center;
}
.company-tel-num{
    margin:0 20px 0px 10px ;
}

.company-qq {
    display: flex;
    align-items: center;
}
.company-qq-num{
    margin-left: 10px; margin-bottom:0px;
}
.detail-num {
    margin-left: 10px;
    margin-bottom: 0px;
}
.flex-center{
    display: flex;
    align-items: center;
    line-height: 30px;
}

.companyfoot-left-right {
    width: 35%;
    height: 180px;
    border-right: 1px solid #fff;
}
.code-box{
    width: 150px;
    height: 150px;
    margin-top: 15px;
    margin-left: 15px;
}
.code-box img{
    width: 150px;
    height: 150px;
}

.companyfoot-right {
    width: 45%;
    margin-left: 5%;
    height: 180px;
    color: #fff;
    font-size: 15px;
}
.shop-box{
    display: flex;
    align-items: center;
    
}
.shop-taobao{
    margin-right: 20px;
}
.company-list{
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.company-list li{
    width: 16.6%;
}
.company-list li a {
        width: 16.6%;
        color: #fff;
 }
.company-list li a:hover{
        width: 16.6%; color:#ffd800;
}
.copy-right,.copy-en,.copy-register{
    line-height: 20px;
    font-size: 13px;
}